home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / switch1.dfm / switch1.txt
Encoding:
Text File  |  1998-02-09  |  532 b   |  28 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 317
  5.   Height = 148
  6.   Caption = 'Event Switching Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Default'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 16
  15.     Top = 24
  16.     Width = 273
  17.     Height = 73
  18.     Caption = 'Switch Event Handlers'
  19.     Font.Color = clBlack
  20.     Font.Height = -24
  21.     Font.Name = 'Default'
  22.     Font.Style = []
  23.     ParentFont = False
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27. end
  28.